home *** CD-ROM | disk | FTP | other *** search
- Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!eru.mt.luth.se!kth.se!sunic!pipex!ibmpcug!demon!smtl!pete
- From: pete@smtl.demon.co.uk (pete)
- Newsgroups: comp.sources.wanted,news.answers,comp.answers
- Subject: Project Management Programs - Frequently asked Questions (FAQ)
- Summary: This posting contains information about project management
- software (also known as project planning software),
- both commercial and public domain, particularly
- with reference to programs running under UNIX & X.
- Message-ID: <proj-plan-faq_737117941@smtl.demon.co.uk>
- Date: 11 May 93 10:59:04 GMT
- Expires: Tue, 20 Jul 1993 10:59:01 GMT
- Sender: usenet@demon.co.uk
- Reply-To: pete@smtl.demon.co.uk
- Followup-To: poster
- Organization: Surgical Materials Testing Laboratory
- Lines: 464
- Approved: news-answers-request@MIT.Edu
- Supersedes: <proj-plan-faq_732283142@smtl.demon.co.uk>
- Xref: senator-bedfellow.mit.edu comp.sources.wanted:26122 news.answers:8377 comp.answers:667
-
- Archive-name: proj-plan-faq
- Version: $Id: proj-plan.FAQ,v 1.8 1993/03/18 08:32:16 pete Exp $
- Last-Modified: $Date: 1993/03/18 08:32:16 $
-
- PROJECT MANAGEMENT SOFTWARE - AN FAQ
- ====================================
- If you are viewing this text in a GNU Emacs Buffer, you can type "M-2
- C-x $" to get an overview of just the questions. Then, when you want
- to look at the text of the answers, just type "C-x $".
-
- To search for a question numbered XXX, type "M-C-s ^XXX:", followed by
- a C-r if that doesn't work, then type ESC to end the search.
-
- New in this version - info on xplan.
-
- 1: Introduction
-
- - "Is there project-management software that runs under
- X/DOS/UNIX/SunOS ?"
-
- - "Is there any Public Domain project management
- software for XXX ?"
-
- These questions come up quite a lot. I've been collecting most responses to
- project manager questions, and they are summarised in this FAQ.
-
- There is a sister file,
-
- PROJECT MANAGEMENT SOFTWARE - REVIEWS
-
- which I hope to post to the net RSN and place on an ftp site (any offers ?).
-
- You can also retrieve a copy of the review file by sending mail to
- mail-server@smtl.demon.co.uk) with
-
- send proj-plan.reviews
- end
-
- in the body of the message.
-
- The latest version of the FAQ may also be retrieved by sending a body
- of
- send proj-plan.FAQ
- end
-
- If you have any more info or opinions on these, I'll be glad to add
- them to this file ready for the next time someone asks.
- Mail them to myself (Pete Phillips) at
-
- pete@smtl.demon.co.uk
-
- (please note the change from our previous addresses of
- pete@egh-qc.co.uk, and uknet!egh-qc!pete - do NOT send mail to egh-qc
- anymore please).
-
- 2: Is there any public domain Project Management software for UNIX about ?
-
- Up until recently no. There have been two postings regarding PD
- packages in the last year:
-
- 2a: XPLAN
-
- In comp.software-eng in December, Leon Dent <lcd@ais.org> saw this
- post from lacey@egr.msu.edu (Mark M. Lacey) (thanks to Leon for
- sending this in and to Mark and his team for making it available):
-
-
- >Dear Netters:
- >
- >I've seen a few requests for project planning tools here in
- >comp.software-eng, so I talked to a few classmates of mine from last
- >semester, and we've decided to make the tool we wrote for our software
- >engineering class publicly available via FTP. The tool supports
- >entering and saving of task information (task name, description,
- >relevent dates, etc.). Project files can be loaded later for
- >consultation. The tool graphically generates both PERT and Gantt
- >charts on screen, and has an option to generate LaTeX source for Gantt
- >charts and task sheets.
- >
- >All of the documentation generated for the project during the semester
- >(over 300 pages printed) is also distributed in LaTeX form. This includes:
- >
- > Weekly Status Reports
- > Project Plan
- > Requirements Specification
- > Preliminary Design
- > Detailed Design
- > Top-Level Code
- > Testing Specification
- > User's Manual
- > Presentation Materials
- > Final Report (with updated user's manual and addendums to
- > other documents).
- >
- >
- >Xplan has been tested on Sun SPARCstation IPC's, IPX's, 1's, 1+'s,
- >2's, and 10's. It requires the XView libraries and header files to
- >compile.
- >
- >It is currently available at:
- >
- > cpsacs.cps.msu.edu (35.8.56.92)
- >
- >in pub/xviewsrc, with the name xplan-1.0.tar.Z.
- >
- >Please read README, INSTALL, and COPYING, all included in the tar
- >file. As stated in README, this was a project for a class --- none of
- >the authors, and nobody else at MSU, has any intention of making
- >further modifications or bug-fixes. Feel free to make your own
- >enhancements and bug-fixes, and make those publicly available (but
- >read COPYING, which contains the GNU GPL to understand what
- >circumstances you can distribute it in).
- >
- >The user's manual to refer to is the one included in the final report.
- >I have a feeling there may be a missing .rs or .fig file here or there
- >(I'm not sure, but some omission of that sort might have occured). In
- >any event, we all hope you find xplan useful.
- >
- > Mark M. Lacey
- > Brian Gaubert
- > Richard Malingkas
- > Mike Marlow
- >
- >The man-page follows:
- >----------------------------------------------------------------------
- >XPLAN(1) USER COMMANDS XPLAN(1)
- >
- >
- >
- >NAME
- > xplan - a project planning tool
- >
- >SYNOPSIS
- > xplan
- >
- >DESCRIPTION
- > xplan is a tool for project planning. It allows the user to
- > enter task information, including task dependencies, and
- > generates both PERT and Gantt charts, along with task sheets
- > for the project being planned. It must be run under some X
- > Windows window manager. To start xplan, just type 'xplan'
- > at the prompt. There are no command-line options. All
- > interaction happens through the graphical user interface
- > (GUI).
- >
- >
- >FILES
- > xplan's project files end in the suffix .prj.
- >
- >AUTHORS
- > Brian Gaubert, Mark M. Lacey, Richard Malingkas, and Mike
- > Marlow
- >
- > xplan was created as a project for CPS 470 (Software
- > Engineering) at Michigan State University, Fall semester
- > 1992, with Dr. Betty Cheng as instructor and Gerald Gannod
- > as TA. It is distributed under the GNU General Public
- > License (please see the file COPYING, which should always be
- > distributed with the software).
- >
-
- NOTE: You need Xview 3.0 (I tried compiling with Xview 2.0 and
- found a number of header files etc missing) and 'guide' (Open
- Windows development guide) to compile this. However, there is
- a Sun binary available for ftp at the above site.
-
- Also, you need latex/tex to print the documentation. We don't have
- the most recent version of TEX/Latex, and it appears we have a number
- of 'styles' missing, so have been unable to look at the docs.
-
- Mark and his team do not intend to support xplan in future, but it
- does seem as if there is sufficient here for someone to develop a
- package that is less platform specific. Any offers ?
-
- 2b: Auburn University Project Planner
-
- On 21st July 1992, this message was posted to comp.windows.x:
-
- >Newsgroups: comp.windows.x
- >Subject: Public Domain Project Management Tools
- >Message-ID: <1992Jul21.224401.23831@news.duc.auburn.edu>
- >Date: 21 Jul 92 22:44:01 GMT
- >References: <1992Jul16.091102.20752@egh-qc.uucp>
- >Sender: usenet@news.duc.auburn.edu (News Account)
- >Reply-To: morrison@eng.auburn.edu
- >Organization: Auburn University Engineering
- >Lines: 15
- >Nntp-Posting-Host: gauss.cse.eng.auburn.edu
- >
- >
- >A group of computer science seniors here at Auburn University
- >implemented a simple project management tool a few quarters ago. It
- >provided a memo and scheduling utility for multiple users and an
- >interactive Gantt chart tool among its features. It was implemented
- >using the Athena widget set and it provided rudimentary PostScript
- >output.
- >
- >It also came with a user's manual and extensive project development
- >notes (that was the point of the course, after all! :) ) If anyone is
- >interested, I could try to locate the students and see if they would
- >mind posting the source code somewhere. It would probably need a bit
- >of cleani ng up before distribution, but it's better than nothing. The
- >version I saw was extre mely easy to use, and actually looked like it
- >would be *FUN* to use.
- >
-
-
- On the 4th Nov, a followup was posted:
-
- > Subject: A PD Project Mngt Tool for X - status
- > From: morrison@eng.auburn.edu (Kelly Morrison)
- > Date: 4 Nov 92 18:29:24 GMT
- > Organization: Auburn University Engineering
- >
- > Hello!
- >
- > A few months ago, I posted an article describing a public domain
- > project management tool developed at Auburn University. This tool
- > was created as a demonstration prototype for a senior design projects
- > class at Auburn and was written in C. It uses the X Window System
- > (X11R4) for screen display and PostScript for hardcopy output. The
- > tool supports the creation and modification of Gantt charts, and the
- > scheduling of meetings among a number of users. I attended the demo
- > and thought it was a neat, flashy program. So when I saw the thread
- > on comp.windows.x, I mentioned this tool and was flooded with
- > responses.
- >
- > Since then, I've tried to locate the authors, but I haven't been
- > successful. However, the program is the property of Auburn University,
- > so I may be able to persuade the University into releasing the program
- > into the public domain. HOWEVER, two problems have cropped up. They
- > are:
- >
- > 1. The students who wrote the program had never been formally
- > introduced to the X Window System or to PostScript. In addition,
- > this program was written as a PROTOTYPE, under severe time
- > constraints. Therefore, the program is fairly messy and still
- > has a significant number of bugs.
- >
- > 2. To save time, the students hacked some IslandDraw PostScript
- > routines to produce PostScript output from their program. I
- > don't know if it is legal to distribute this software because
- > of this -- it would be distributing commercial software under
- > another name, which is clearly ILLEGAL! However, there are
- > only a few routines that were taken from
- > the IslandDraw PostScript routines, and I think that I could
- > write legal replacements, or better yet, recode the
- > PostScript output routines.
- >
- > On the other hand, many students at Auburn have been using the
- > tool. It produces really nice Gantt charts! If you want a simple
- > Gantt chart tool, this would probably suit you nicely.
- >
- > BTW, I kept a list of all the people who inquired about the
- > status of the tool (sorry, but there were just WAAAAAAY too many to
- > reply to individually!). I'll email you you with information as soon
- > as we decide what to do with the software.
- >
- > -----> Kelly Morrison, Auburn University
- >
- (As far as I can make out, this has not been posted - Pete 12/Jan/93)
-
- 3: Is there any commercial project management software around for UNIX ?
-
- In the UK:
- ---------
- The commercial packages I'm aware of in the UK are :
-
- -----------------------------------------------------------------------
- - Ultra Planner from Productivity Solutions (runs under Motif and
- OpenWindows ) It is expensive - about 2000 pounds list for
- single user on a Sun (although you can *certainly* negotiate down)
-
- Productivity Solutions,
- Craven House,
- West Street,
- Farnham,
- Surrey, GU9 7ES, UK.
-
- Tel: 0252-710803
-
- - MasterPlan - from Unipress Software - about 900 UK pounds for a Sun.
-
- - Open Plan - see entry for Open Plan below.
-
- In the USA:
- -----------
- - Autoplan
-
- AutoPLAN
- Digital Tools, Inc.
- 408-366-6920
- most UNIX platforms
-
- (Thanks to c23dew@kocrsv01.delcoelect.com (David White) &
- de5@ORNL.GOV (Dave Sill))
-
- "This question has been brought up numerous times on the net since January
- with limited response. I perceive this is a great business opportunity for
- someone so inclined.
-
- I have heard of one such company, Digital Tools, Inc, that produces
- AutoPlan. We are attempting to get a copy for evaluation. Sun does
- advertise it with their Solaris Sample CD Distributions (ref CD #3).
-
- All in all, it would seem easier to work in the DOS or MAC world than
- Unix for project management based stuff."
- c23dew@kocrsv01.delcoelect.com
-
- nghoff@albert.monsanto.com (Norman G. Hoffman) supplies a review
- and further info in the project plan review file (see Introduction).
-
- -----------------------------------------------------------------------
- de5@ORNL.GOV (Dave Sill) provided the next batch of information
- which he gleaned from the May '92 NCD Export Catalog
- -----------------------------------------------------------------------
- - COMPASS
- NASA's COSMIC
- 404-542-3265
- service@cossack.cosmic.uga.edu
- Sun 3/4
-
- - GECOMO Plus
- GEC-Marconi Software Systems
- 703-648-1551
- Sun/HP/IBM/VAX
-
- - MasterPlan 1.1X
- Quality Software Products
- 310-410-0303
- Sun/DG/HP/IBM/SCO/MIPS/SGI/DEC
-
- - SIZE Plus
- GEC-Marconi Software Systems
- 703-648-1551
- Sun/HP/IBM/VAX
-
- -----------------------------------------------------------------------
- - Vue
- TEI, Inc. (Berkeley, CA.
- (408)985-7100.
- Mainframes, Workstations & MSDOS
-
- Thanks to
- thad@cup.portal.com (Thad P Floryan)
- chaplin@keinstr.uucp (Roger Chaplin)
- for the info on VUE.
- -----------------------------------------------------------------------
- - Open Plan
-
- Runs under SCO Unix and SunOS/Solaris, as well as Mac, MS-DOS, and
- VMS. ("It is rather expensive, but worth it." - quote from
- Dave Churcher, Welcome Software).
-
- In the UK:
- Welcom Software Technology International
- South Bank TechnoPark
- 90 London Rd
- London SE1 6LN
- Phone +44 71 401 2626
- Fax +44 71 922 8865
-
- Price: 3,250 UK Pounds
-
- In the USA:
- Welcom Software Technology Corporation
- 15995 N BARKERS LANDING RD
- STE 275
- HOUSTON TX 77079-2494
-
- Phone (713) 558 0514
- Fax (713) 584 7828
-
- Email: support@wst.com
-
- Also have branches and distributors in France, Germany, Australia,
- and South Africa; phone the UK number for more information.
-
- Thanks to
-
- Dave Churcher <davec@wsti.demon.co.uk>
- &
- Alun Jones <alun@huey.wst.com>
-
- Welcom Software Technology International
-
- for the info on Open Plan.
-
- 4: What MSDOS PD/Shareware project management software is available ?
-
- These might be useful to you if you require a DOS package or if you
- run an OS that runs a DOS emulator (eg: SoftPC from Insignia for
- Sun SPARC).
-
- - Easy Project
- Shareware project planner for DOS from
- Parcell Software,
- PO Box 165,
- Geneva,
- Il 60134,
- USA.
-
- Compuserve: 72250, 1356
-
- Available for ftp from funic.funet.fi in msdos/graphics/flowchart
- as file ezprj402.lzh.
-
- - Ganttman
- Max-Million Software Labs,
- 1314 Cardigan,
- Garland, Tx. 75040.
-
- Compuserve 74017, 3424
-
- Available for ftp from funic.funet.fi in msdos/graphics/flowchart
- as file ganttman.zip
-
-
- 5: Postscript
-
- If you have any contributions to make to this FAQ, mail them to:
-
- Pete Phillips (pete@smtl.demon.co.uk)
- Surgical Materials Testing Lab.,
- Bridgend General Hospital,
- Quarella Road,
- Bridgend,
- Mid Glamorgan, CF31 1JP
- Wales.
-
- Tel: (+44) 656-652166
-
- 6: Revision History
-
- $Log: proj-plan.FAQ,v $
- .\" Revision 1.8 1993/03/18 08:32:16 pete
- .\" Added email address for Welcom in USA & better snail-mail address.
- .\"
- .\" Revision 1.7 1993/02/10 09:31:25 pete
- .\" Added info about PD tool XPLAN
- .\"
- .\" Revision 1.6 1993/01/29 16:32:54 pete
- .\" Added info about mail-server service.
- .\"
- .\" Revision 1.5 1993/01/29 16:21:02 pete
- .\" Added Open-Plan stuff
- .\"
- .\" Revision 1.4 1993/01/19 08:49:30 pete
- .\" Version approved by JIK.
- .\"
- .\" Revision 1.3 1993/01/18 13:36:50 pete
- .\" Changed to comply with news.answers submission requirements.
- .\"
- .\" Revision 1.2 1993/01/12 11:18:30 pete
- .\" First release of FAQ.
- .\"
-
- --
- Pete Phillips, Deputy Director, Surgical Materials Testing Lab,
- Bridgend General Hospital, S. Wales. 0656-652166 pete@smtl.demon.co.uk
- --
- "The Four Horse Oppressors of the Apocalypse were Nutritional
- Deprivation, State of Belligerency, Widespread Transmittable Condition
- and Terminal Inconvenience" - Official Politically Correct Dictionary
-